log.Logger.outMu (field)
7 uses
	log (current package)
		log.go#L58: 	outMu sync.Mutex
		log.go#L81: 	l.outMu.Lock()
		log.go#L82: 	defer l.outMu.Unlock()
		log.go#L243: 	l.outMu.Lock()
		log.go#L244: 	defer l.outMu.Unlock()
		log.go#L347: 	l.outMu.Lock()
		log.go#L348: 	defer l.outMu.Unlock()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |